The type of the argument object [type] is not primitive.
Posted
by Abstract
on Stack Overflow
See other posts from Stack Overflow
or by Abstract
Published on 2010-06-08T01:56:23Z
Indexed on
2010/06/08
2:02 UTC
Read the original article
Hit count: 206
I'm trying to create a simple Guestbook web service using ASP.NET WebServices.
When trying to serialize a list of objects, I get the following exception:
System.InvalidOperationException: The type of the argument object 'GuestBookService.GuestBookEntry' is not primitive.
How can I fix this error?
© Stack Overflow or respective owner